Clickable Text Widget
A CustomTextWidget that can process click and hover actions on rendered text
Author
fzzyhmstrs
Since
0.2.0
Parameters
Screen - this widgets parent screen
Text - the text to render with this widget
TextRenderer - text renderer instance
Constructors
Functions
Handles char input events for custom widgets. Override this for handling keyboard inputs.
Handles keyboard events for custom widgets. Override this for handling keyboard inputs.
Handles keyboard release events for custom widgets. Override this for handling keyboard inputs.
Handles mouse click events for custom widgets. Override this or onPress for handling mouse inputs.
Handles mouse drag events for custom widgets. Override this for handling drag inputs
Handles mouse button release events for custom widgets. Override this for handling mouse inputs.
Handles mouse scroll events for custom widgets. Override this for handling mouse inputs.